.Net Framework > v1.1.4322 > System > Collections > Hashtable > Hashtable Hashtable()
Hashtable(IDictionary)
Hashtable(IDictionary,IEqualityComparer)
Hashtable(IDictionary,IHashCodeProvider,IComparer)
Hashtable(IDictionary,Single)
Hashtable(IDictionary,Single,IEqualityComparer)
Hashtable(IDictionary,Single,IHashCodeProvider,IComparer)
Hashtable(IEqualityComparer)
Hashtable(IHashCodeProvider,IComparer)
Hashtable(Int32)
Hashtable(Int32,IEqualityComparer)
Hashtable(Int32,IHashCodeProvider,IComparer)
Hashtable(Int32,Single)
Hashtable(Int32,Single,IEqualityComparer)
Hashtable(Int32,Single,IHashCodeProvider,IComparer)
Hashtable(SerializationInfo,StreamingContext)


Hashtable()

Category
Constructor
Description
Creates an empty System.Collections.Hashtable with the default initial capacity and using the default load factor, the default hash code provider and the default comparer.
Type
void
Character
public
Tags
0104BC7FDA, 02E3ABA98D, 0311417F6F

Hashtable(IDictionary)

Category
Constructor
Description
Copies the elements from the specified dictionary to a new System.Collections.Hashtable with the same initial capacity as the number of elements copied and using the default load factor, the default hash code provider and the default comparer.
Type
void
Character
public
Parameters
NameTypeDescription
dIDictionary
Tags
0104BC7FDA, 02E3ABA98D, 0311417F6F

Hashtable(IDictionary,IEqualityComparer)

Category
Constructor
Type
void
Character
public
Parameters
NameTypeDescription
dIDictionary
equalityComparerIEqualityComparer
Tags
0104BC7FDA, 02E3ABA98D, 0311417F6F

Hashtable(IDictionary,IHashCodeProvider,IComparer)

Category
Constructor
Description
Copies the elements from the specified dictionary to a new System.Collections.Hashtable with the same initial capacity as the number of elements copied and using the default load factor, the specified hash code provider and the specified comparer.
Type
void
Character
public
Parameters
NameTypeDescription
dIDictionary
hcpIHashCodeProvider
comparerIComparer
Attributes
NameValue/Assignment
ObsoleteAttributePlease use Hashtable(IDictionary, IEqualityComparer) instead.
Tags
0104BC7FDA, 02E3ABA98D, 0311417F6F

Hashtable(IDictionary,Single)

Category
Constructor
Description
Copies the elements from the specified dictionary to a new System.Collections.Hashtable with the same initial capacity as the number of elements copied and using the specified load factor, the default hash code provider and the default comparer.
Type
void
Character
public
Parameters
NameTypeDescription
dIDictionary
loadFactorSingle
Tags
0104BC7FDA, 02E3ABA98D, 0311417F6F

Hashtable(IDictionary,Single,IEqualityComparer)

Category
Constructor
Type
void
Character
public
Parameters
NameTypeDescription
dIDictionary
loadFactorSingle
equalityComparerIEqualityComparer
Tags
0104BC7FDA, 02E3ABA98D, 0311417F6F

Hashtable(IDictionary,Single,IHashCodeProvider,IComparer)

Category
Constructor
Description
Copies the elements from the specified dictionary to a new System.Collections.Hashtable with the same initial capacity as the number of elements copied and using the specified load factor, the specified hash code provider and the specified comparer.
Type
void
Character
public
Parameters
NameTypeDescription
dIDictionary
loadFactorSingle
hcpIHashCodeProvider
comparerIComparer
Attributes
NameValue/Assignment
ObsoleteAttributePlease use Hashtable(IDictionary, float, IEqualityComparer) instead.
Tags
0104BC7FDA, 02E3ABA98D, 0311417F6F

Hashtable(IEqualityComparer)

Category
Constructor
Type
void
Character
public
Parameters
NameTypeDescription
equalityComparerIEqualityComparer
Tags
0104BC7FDA, 02E3ABA98D, 0311417F6F

Hashtable(IHashCodeProvider,IComparer)

Category
Constructor
Description
Creates an empty System.Collections.Hashtable with the default initial capacity and using the default load factor, the specified hash code provider and the specified comparer.
Type
void
Character
public
Parameters
NameTypeDescription
hcpIHashCodeProvider
comparerIComparer
Attributes
NameValue/Assignment
ObsoleteAttributePlease use Hashtable(IEqualityComparer) instead.
Tags
0104BC7FDA, 02E3ABA98D, 0311417F6F

Hashtable(Int32)

Category
Constructor
Description
Creates an empty System.Collections.Hashtable with the specified initial capacity and using the default load factor, the default hash code provider and the default comparer.
Type
void
Character
public
Parameters
NameTypeDescription
capacityInt32
Tags
0104BC7FDA, 02E3ABA98D, 0311417F6F

Hashtable(Int32,IEqualityComparer)

Category
Constructor
Type
void
Character
public
Parameters
NameTypeDescription
capacityInt32
equalityComparerIEqualityComparer
Tags
0104BC7FDA, 02E3ABA98D, 0311417F6F

Hashtable(Int32,IHashCodeProvider,IComparer)

Category
Constructor
Description
Creates an empty System.Collections.Hashtable with the specified initial capacity and using the default load factor, the specified hash code provider and the specified comparer.
Type
void
Character
public
Parameters
NameTypeDescription
capacityInt32
hcpIHashCodeProvider
comparerIComparer
Attributes
NameValue/Assignment
ObsoleteAttributePlease use Hashtable(int, IEqualityComparer) instead.
Tags
0104BC7FDA, 02E3ABA98D, 0311417F6F

Hashtable(Int32,Single)

Category
Constructor
Description
Creates an empty System.Collections.Hashtable with the specified initial capacity and using the specified load factor, the default hash code provider and the default comparer.
Type
void
Character
public
Parameters
NameTypeDescription
capacityInt32
loadFactorSingle
Tags
0104BC7FDA, 02E3ABA98D, 0311417F6F

Hashtable(Int32,Single,IEqualityComparer)

Category
Constructor
Type
void
Character
public
Parameters
NameTypeDescription
capacityInt32
loadFactorSingle
equalityComparerIEqualityComparer
Tags
0104BC7FDA, 02E3ABA98D, 0311417F6F

Hashtable(Int32,Single,IHashCodeProvider,IComparer)

Category
Constructor
Description
Creates an empty System.Collections.Hashtable with the specified initial capacity and using the specified load factor, the specified hash code provider and the specified comparer.
Type
void
Character
public
Parameters
NameTypeDescription
capacityInt32
loadFactorSingle
hcpIHashCodeProvider
comparerIComparer
Attributes
NameValue/Assignment
ObsoleteAttributePlease use Hashtable(int, float, IEqualityComparer) instead.
Tags
0104BC7FDA, 02E3ABA98D, 0311417F6F

Hashtable(SerializationInfo,StreamingContext)

Category
Constructor
Description
Creates an empty System.Collections.Hashtable that is serializable with the specified System.Runtime.Serialization.SerializationInfo and System.Runtime.Serialization.StreamingContext.
Type
void
Character
family
Parameters
NameTypeDescription
infoSerializationInfo
contextStreamingContext
Tags
0104BC7FDA, 02E3ABA98D, 0311417F6F

Software for developers
.Net Components
Delphi Components
Software for Android Developers
More information resources
WinAPI Programmer's Reference
Unix Manual Pages
Delphi Examples
Databases for Amazon shops developers
Amazon Categories Database
Browse Nodes Database